home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / hooks.zip / ABSTRACT next >
Text File  |  1993-03-18  |  677b  |  19 lines

  1. HOOKS: Uses SetWindowsHook to Install System Hooks
  2.  
  3. HOOKS uses the SetWindowsHook function to install the
  4. following system hooks: WH_CALLWNDPROC, WH_CBT,
  5. WH_GETMESSAGE, WH_JOURNALPLAYBACK, WH_JOURNALRECORD,
  6. WH_KEYBOARD, WH_MOUSE, WH_MSGFILTER, and WH_SYSMSGFILTER.
  7. The SetWindowsHook function allows message processing
  8. inside a dialog box or a message-box function.
  9.  
  10. When you select the System Hook command, HOOKS installs
  11. the system hook and displays information on the messages
  12.  hooked.
  13.  
  14. HOOKS was built and tested under Microsoft(R) Windows(TM)
  15. version 3.1.
  16.  
  17. KEYWORDS: CallNextHookEx; PostQuitMessage; TabbedTextOut;
  18. UnhookWindowsHook; UnhookWindowsHookEx
  19.